# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1069.1.232 -> 1.1069.1.233 # arch/ia64/config.in 1.13.5.7 -> 1.13.5.8 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 04/01/05 bjorn.helgaas@hp.com 1.1069.1.233 # ia64: work around a menuconfig bug. # # Re-order "HP" and "HP-simulator" to workaround menuconfig bug. If "HP-simulator" # appears first, menuconfig selects it when the user selects "HP". # # -------------------------------------------- # diff -Nru a/arch/ia64/config.in b/arch/ia64/config.in --- a/arch/ia64/config.in Thu Jan 8 16:33:47 2004 +++ b/arch/ia64/config.in Thu Jan 8 16:33:47 2004 @@ -33,8 +33,8 @@ choice 'IA-64 system type' \ "generic CONFIG_IA64_GENERIC \ DIG-compliant CONFIG_IA64_DIG \ - HP-simulator CONFIG_IA64_HP_SIM \ HP CONFIG_IA64_HP_ZX1 \ + HP-simulator CONFIG_IA64_HP_SIM \ SGI-SN2 CONFIG_IA64_SGI_SN2" generic if [ "$CONFIG_ITANIUM" = "y" ]; then